From: Thien-Thi Nguyen Date: Sun, 9 Sep 2007 22:31:45 +0000 (+0000) Subject: Mention doc-view.el. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~27130 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=627a10ff06be3e099414e5fa803e4e1dfd1d6ead;p=emacs.git Mention doc-view.el. --- diff --git a/etc/NEWS b/etc/NEWS index 3fc02b0a50c..b7ca1d167de 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -119,7 +119,13 @@ history element containing the search string becomes the current. * New Modes and Packages in Emacs 23.1 -** A new game called `bubble' has been added +** The package doc-view.el has been added. It supports viewing of PDF, +PostScript and DVI documents inside an Emacs buffer by converting the +document to a set of PNG images first. One can also search for a +regular expression in the document. The commentary of the file explains +its usage. + +** A new game called `bubble' has been added. ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt. @@ -248,7 +254,7 @@ session, and `make-frame-on-tty' works during a graphical session. `terminal-parameter', `set-terminal-parameter', `modify-terminal-parameters'. -*** New hooks: `suspend-tty-functions' and `resume-tty-functions' +*** New hooks: `suspend-tty-functions' and `resume-tty-functions' are called after a tty frame has been suspended or resumed, respectively. The functions are called with the terminal id of the frame being suspended/resumed as a parameter.